home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000412_news@newsmaster….columbia.edu _Thu Apr 9 11:39:38 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA28122
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 9 Apr 1998 11:39:38 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA18372
  7.     for kermit.misc@watsun; Thu, 9 Apr 1998 11:39:37 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!ais.net!news1.chicago.iagnet.net!iagnet.net!reader1.cleveland.iagnet.net!not-for-mail
  9. From: "Donald Dally" <ddally@voice-tel.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Trouble Transerring Binary Files
  12. Lines: 44
  13. X-Newsreader: Microsoft Outlook Express 4.72.2106.4
  14. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
  15. Message-ID: <CB4W.234$ef4.2494410@reader1.cleveland.iagnet.net>
  16. Date: Mon, 06 Apr 1998 13:17:22 GMT
  17. NNTP-Posting-Host: nat-244.voice-tel.com
  18. NNTP-Posting-Date: Mon, 06 Apr 1998 06:17:22 PST
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8615
  20.  
  21. Hello,
  22.  
  23. I have been working on a project which requires me to transfer files from a
  24. SCO Unix box to a QNX 2.x/3.x box.  When I use Kermit to transfer binary
  25. files from the QNX box to the Unix Box and vice versa, the file is damaged
  26. and can not be executed.  I have reset the executable permissions/attributes
  27. on the QNX box one I am done with the transfer, however I get the OS error
  28. "Bad Load File."  I have tried both binary and ascii file transfers, but
  29. neither has worked succesfully.  The file size at the beginning of my
  30. transfer process is 159 blocks, and at the end is 156 blocks.
  31.  
  32. The QNX box is running Kermit v2.03.  Here is the command line syntax:
  33. KERMIT V2.03
  34. use: kermit [device] SEnd [options]* src_file[,dst_file] [x=index_file] ...
  35.  or  kermit [device] REceive [options]* [p=prefix] [f=forced_filename]
  36. options: -make_dir +Qterm +relaxed_timing +verbose -verbose
  37.          D=debug_file -ers -q_8bit=ON|ENABLE|DISABLE -q_rpt=ON|OFF
  38.          s=setup_file +binary +unique
  39.  
  40. The SCO Unix (OS 3)  box is running Kermit v6.0.192 in interactive mode.
  41.  
  42. The connection is being made as follows:  From a SCO Unix box I telnet to a
  43. remote SCO Unix box (both OS3).  On the remote SCO Unix box I open an
  44. asynchronous "cu" connection to the QNX box.  I then initiate the command
  45. "kermit se +binary myfile.exe" on the QNX box.  Dropping back to the local
  46. SCO box using "ctrl-\ c" I type "set file type binary" followed by "receive
  47. myfile.txt."  The file transfer seems to go as expected, however when I do
  48. the reverse and put the file back on a QNX box, I get the error described
  49. above.
  50.  
  51. My question is simply what could be causing the files to changed during
  52. transfer and how can I prevent it.  I suspect that compression may be the
  53. culprit, but am not sure.  I do not have any problems transferring ascii
  54. files back and forth.  Any assistance with this issue is greatly
  55. appreciated.
  56.  
  57. ****************************************
  58. Donald N. Dally
  59. Manager, Systems Integration
  60. Voice-Tel (a Premiere Technologies Company)
  61. (216) 595-5594 Office
  62. (216) 595-5043 Voice-Tel/Fax
  63.  
  64.